1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{9324F07D-9C43-477D-9A63-3FB38FC93AA3}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <RootNamespace>VBEnumerateAppDomains</RootNamespace>
11 <AssemblyName>VBEnumerateAppDomains</AssemblyName>
12 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13 <OptionExplicit>On</OptionExplicit>
14 <OptionCompare>Binary</OptionCompare>
15 <OptionStrict>Off</OptionStrict>
16 <OptionInfer>On</OptionInfer>
17 <TargetFrameworkProfile>Client</TargetFrameworkProfile>
18 <FileAlignment>512</FileAlignment>
19 <PublishUrl>publish\</PublishUrl>
20 <Install>true</Install>
21 <InstallFrom>Disk</InstallFrom>
22 <UpdateEnabled>false</UpdateEnabled>
23 <UpdateMode>Foreground</UpdateMode>
24 <UpdateInterval>7</UpdateInterval>
25 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26 <UpdatePeriodically>false</UpdatePeriodically>
27 <UpdateRequired>false</UpdateRequired>
28 <MapFileExtensions>true</MapFileExtensions>
29 <ApplicationRevision>0</ApplicationRevision>
30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31 <IsWebBootstrapper>false</IsWebBootstrapper>
32 <UseApplicationTrust>false</UseApplicationTrust>
33 <BootstrapperEnabled>true</BootstrapperEnabled>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
36 <PlatformTarget>x86</PlatformTarget>
37 <DebugSymbols>true</DebugSymbols>
38 <DebugType>full</DebugType>
39 <Optimize>false</Optimize>
40 <OutputPath>bin\Debug\</OutputPath>
41 <DefineDebug>true</DefineDebug>
42 <DefineTrace>true</DefineTrace>
43 <ErrorReport>prompt</ErrorReport>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46 <PlatformTarget>x86</PlatformTarget>
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineDebug>false</DefineDebug>
51 <DefineTrace>true</DefineTrace>
52 <ErrorReport>prompt</ErrorReport>
54 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
55 <DebugSymbols>true</DebugSymbols>
56 <OutputPath>..\Debug\</OutputPath>
57 <DefineDebug>true</DefineDebug>
58 <DefineTrace>true</DefineTrace>
59 <DebugType>full</DebugType>
60 <PlatformTarget>AnyCPU</PlatformTarget>
61 <CodeAnalysisLogFile>bin\Debug\VBEnumerateAppDomains.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
62 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
63 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
64 <ErrorReport>prompt</ErrorReport>
65 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
66 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
67 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
68 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
69 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
72 <OutputPath>..\Release\</OutputPath>
73 <DefineDebug>false</DefineDebug>
74 <DefineTrace>true</DefineTrace>
75 <Optimize>true</Optimize>
76 <DebugType>pdbonly</DebugType>
77 <PlatformTarget>AnyCPU</PlatformTarget>
78 <CodeAnalysisLogFile>bin\Release\CVBEnumerateAppDomains.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
79 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
80 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
81 <ErrorReport>prompt</ErrorReport>
82 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
83 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
84 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
85 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
86 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
89 <DebugSymbols>true</DebugSymbols>
90 <OutputPath>bin\x64\Debug\</OutputPath>
91 <DefineDebug>true</DefineDebug>
92 <DefineTrace>true</DefineTrace>
93 <DebugType>full</DebugType>
94 <PlatformTarget>x64</PlatformTarget>
95 <CodeAnalysisLogFile>bin\Debug\VBEnumerateAppDomains.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
96 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
97 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
98 <ErrorReport>prompt</ErrorReport>
99 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
100 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
101 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
102 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
103 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
105 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
106 <OutputPath>bin\x64\Release\</OutputPath>
107 <DefineDebug>false</DefineDebug>
108 <DefineTrace>true</DefineTrace>
109 <Optimize>true</Optimize>
110 <DebugType>pdbonly</DebugType>
111 <PlatformTarget>x64</PlatformTarget>
112 <CodeAnalysisLogFile>bin\Release\VBEnumerateAppDomains.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
113 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
114 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
115 <ErrorReport>prompt</ErrorReport>
116 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
117 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
118 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
119 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
120 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
124 <StartupObject>Sub Main</StartupObject>
127 <Reference Include="MdbgCore">
128 <HintPath>..\_External_Dependencies\MdbgCore.dll</HintPath>
130 <Reference Include="System" />
133 <Import Include="Microsoft.VisualBasic" />
134 <Import Include="System.Collections.Generic" />
135 <Import Include="System.Diagnostics" />
136 <Import Include="System.Linq" />
137 <Import Include="System" />
140 <Compile Include="ManagedProcess.vb" />
141 <Compile Include="MainModule.vb" />
142 <Compile Include="My Project\AssemblyInfo.vb" />
145 <COMReference Include="mscoree">
146 <Guid>{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}</Guid>
147 <VersionMajor>2</VersionMajor>
148 <VersionMinor>4</VersionMinor>
150 <WrapperTool>tlbimp</WrapperTool>
151 <Isolated>False</Isolated>
152 <EmbedInteropTypes>True</EmbedInteropTypes>
156 <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
157 <Visible>False</Visible>
158 <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
159 <Install>true</Install>
160 </BootstrapperPackage>
161 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
162 <Visible>False</Visible>
163 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
164 <Install>false</Install>
165 </BootstrapperPackage>
166 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
167 <Visible>False</Visible>
168 <ProductName>.NET Framework 3.5 SP1</ProductName>
169 <Install>false</Install>
170 </BootstrapperPackage>
171 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
172 <Visible>False</Visible>
173 <ProductName>Windows Installer 3.1</ProductName>
174 <Install>true</Install>
175 </BootstrapperPackage>
178 <Content Include="Readme.txt" />
180 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
181 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
182 Other similar extension points exist, see Microsoft.Common.targets.
183 <Target Name="BeforeBuild">
185 <Target Name="AfterBuild">